Transcription: I've opened up a command line window, which if you spend any time doing XML, you'll probably spend a lot of time in a command line window because that's where the majority of the tools are, so that we can run MSXML. Now, I have MSXML in my path, so I can simply type it and get all the syntax associated with this utility. But I already know that we're going to use the D1 parameter, which is to write parsed XML in tree format. So I could type MSXML and say D1 and its employee And it gives me the tree. Now here we have the tree and I can follow the tree from document, I can see the element declar ...